Problem with incoming call from pstn

Hi,
we have a 2610XM router with CCME 3.2 and 4 bri
and we don't redirect incomming call from pstn on a internal IP Phone.
which command for redirect call ?
my isdn number (french) is 0156838050
and when we call this number with my mobile (number 0685284832), look this debug
debug isdn q931:
Mar 22 12:53:46.350: ISDN BR1/0 Q931: Ux_DLRelInd: DL_REL_IND received from L2
*Mar 22 12:53:46.378: ISDN BR1/0 Q931: RX <- SETUP pd = 8 callref = 0x73
Bearer Capability i = 0x8090A3
Standard = CCITT
Transer Capability = Speech
Transfer Mode = Circuit
Transfer Rate = 64 kbit/s
Channel ID i = 0x89
Calling Party Number i = 0x2083, '685284832'
Plan:Unknown, Type:National
Called Party Number i = 0x81, '8050'
Plan:ISDN, Type:Unknown
Sending Complete
*Mar 22 12:53:46.382: %ISDN-6-LAYER2UP: Layer 2 for Interface BR1/0, TEI 64 changed to up
Router#
*Mar 22 12:53:46.415: ISDN BR1/0 Q931: TX -> CALL_PROC pd = 8 callref = 0xF3
Channel ID i = 0x89
*Mar 22 12:53:46.439: ISDN BR1/0 Q931: TX -> DISCONNECT pd = 8 callref = 0xF3
Cause i = 0x8081 - Unallocated/unassigned number
*Mar 22 12:53:46.527: ISDN BR1/0 Q931: RX <- RELEASE_COMP pd = 8 callref = 0x73
Cause i = 0x87E4 - Invalid information element contents
Router#
thanks for your help

You have to either use a transfer pattern or a translation rule.
http://www.cisco.com/en/US/products/sw/iosswrel/ps5012/products_feature_guide_chapter09186a00801812db.html

Similar Messages

  • SPA8000 Problem with outgoing calls from trunk

    Hi all,
    I have SPA8000 with the latest firmware 6.1.12.
    Tried the first time to configure the trunk groups. With incoming calls it caused no problems. But with the outgoing calls cannot solve the problem:
    When dialing, the SPA8000 try found number to itself.
    Port 8 in trunk group 1.
    10.120.0.67 - ip of SPA8000.
    172.17.1.1 - ip of PBX
    302 - number of trunk.
    444 - other number on PBX.
    INVITE sip:[email protected]:6060 SIP/2.0
    Via: SIP/2.0/UDP 10.120.0.67:5361;branch=z9hG4bK-e9bbff35
    From: <sip:[email protected]>;tag=1e668866b76f0b0do1
    To: <sip:[email protected]>
    Remote-Party-ID: <sip:[email protected]:6060>;screen=yes;party=calling
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Max-Forwards: 70
    Contact: <sip:[email protected]:5361>
    Expires: 240
    User-Agent: Linksys/SPA8000-6.1.12
    Allow-Events: talk, hold, conference
    Content-Length: 202
    Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER
    Supported: x-sipura, replaces
    Content-Type: application/sdp
    v=0
    o=- 13756 13756 IN IP4 10.120.0.67
    s=-
    c=IN IP4 10.120.0.67
    t=0 0
    m=audio 19469 RTP/AVP 8 101
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:30
    a=sendrecv
    SIP/2.0 404 Not Found
    To: <sip:[email protected]>;tag=63d33124-0
    From: <sip:[email protected]>;tag=1e668866b76f0b0do1
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Via: SIP/2.0/UDP 10.120.0.67:5361;branch=z9hG4bK-e9bbff35
    Server: Linksys/SPA8000-6.1.12
    Allow-Events: talk, hold, conference
    Content-Length: 0
    What is wrong? What must I do to outgoing call?
    Screenshots of configuration:

    Hey!
    Thank u soo much ana_bidi! It worked and my phone is back to life
    I even sent an email to Nokia and I got the weirdest reply ever! They were telling me to check if my sim was inserted correctly I was like whaaaat? And I did mention to them that I can receive calls and send/recieve SMS! I seriously don't know what made them suggest that thing
    Anyways thanks again for the solution!
    Have a great day! 
    Walid Shaaya

  • 2901 CME: Problem with incoming call via SIP Trunk

    Dear All,
    I have seen some others posted similar question regarding this but mine still doesn't work by using the reference solution.
    Mine is quite standard setup too -> CME setup on my 2901 router, analog phone attach to my FXS port my outgoing calls are working  fine via SIP but my incoming calls are not.  Caller only listen to engage tone and analog phone is not ringing at all. Attached with my config and trace log of ccsip messages. Kindly assist. Thank you so much.

    Hi Carlo,
    Here it is
    CME_2901#show sip-ua timers
    SIP UA Timer Values (millisecs unless noted)
    trying 500, expires 180000, connect 500, disconnect 500
    prack 500, rel1xx 500, notify 500, update 500
    refer 500, register 500, info 500, options 500, hold 2880 minutes
    , registrar-dns-cache 3600 seconds
    tcp/udp aging 5 minutes
    CME_2901#show sip-ua retry
    SIP UA Retry Values
    invite retry count = 6   response retry count = 6
    bye retry count    = 10  cancel retry count   = 10
    prack retry count  = 10  update retry count    = 6
    reliable 1xx count = 6   notify retry count   = 10
    refer retry count  = 10  register retry count = 6
    info retry count   = 6   subscribe retry count = 6
    options retry count = 6
    CME_2901#show sip-ua min-se
    SIP UA MIN-SE Value (seconds)
    Min-SE: 1800

  • Problem with function call from sql when using distinct

    I have the following problem.
    SELECT DISTINCT colA from tabA where my_function(colB) = 'TRUE'
    This statement will return a handfull of results from a table with 70k + records. The function takes about 0.5 secs to execute.
    How do i force the optimizer to do the select distinct first then execute the function on the results rather than execute the function for every single line first?
    Thanks in advance
    Keith

    Let's compare some of those methods:
    michaels>  CREATE OR REPLACE FUNCTION my_function (tr VARCHAR2)
       RETURN VARCHAR2
    AS
    BEGIN
       DBMS_APPLICATION_INFO.set_client_info (SYS_CONTEXT ('userenv','client_info') + 1);
       IF LOWER (tr) LIKE '%name%'
       THEN
          RETURN 'TRUE';
       ELSE
          RETURN 'FALSE';
       END IF;
    END my_function;
    Function created.
    michaels>  CREATE TABLE taba AS SELECT object_id cola ,object_name colb FROM all_arguments
    Table created.
    michaels>  SELECT COUNT(*) FROM taba
      COUNT(*)
         78786
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  SELECT DISTINCT colA from tabA where my_function(colB) = 'TRUE'
    167 rows selected.
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    78786
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  SELECT DISTINCT cola FROM (SELECT ROWNUM r, t.* FROM (SELECT DISTINCT cola, colb FROM taba) t)
              WHERE my_function (colb) = 'TRUE'
    167 rows selected.
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    14225
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  SELECT DISTINCT cola FROM taba WHERE (SELECT my_function (colb) FROM DUAL) = 'TRUE'
    167 rows selected.
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    14281
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  SELECT DISTINCT cola FROM taba WHERE EXISTS (SELECT ROWNUM FROM dual WHERE my_function (colb) = 'TRUE')
    167 rows selected.
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    13913
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  WITH temp AS
      (SELECT DISTINCT colA, colB FROM tabA)
    SELECT DISTINCT colA FROM temp WHERE  my_function(colB) = 'TRUE'
    167 rows selected.
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    78786
    michaels>  EXEC dbms_application_info.set_client_info(0)
    michaels>  WITH temp AS
      (SELECT colB, my_function(colB) func FROM (SELECT DISTINCT colB FROM   tabA))
    SELECT DISTINCT colA FROM tabA a, temp t WHERE  a.colB = t.colB AND t.func = 'TRUE'
    michaels>  SELECT SYS_CONTEXT ('userenv','client_info') ci FROM dual
    CI   
    78786 The combination with exists, rownum and dual gives the least calls to the function.

  • Hi everyone!  I have a problem with incoming call on Iphone 4 32Gb.

    By an entering call phone blocks the bottom part of the touch screen and doesn't allow to me to take the call. It happens in 3 cases from 20. I have this problem on 4 different Iphone 4 32Gb.
    In the service center confirm my problem and say that phones aren't suitable to repair! It happens already with 4 under the account phone!
    Phone is synchronized with MS Exchange Server 2010 on technology Exchange ActiveSync. Mail, contacts, a calendar is synchronized. Function Push is included.
    At me also is Iphone 3Gs and Iphone 3G. With them such problems never arose!
    Can be at someone there was a similar case?

    hey buddy i sometimes have the same issue on the iphone 4 16gb.. it doesnt let me answer a call.. i just lock/sleep the iphone and unlock/wake the phone and that fixes it.. dont know y it happens but locking and unlocking help so..

  • Problem with f95 called from make inference rule

    I am porting an existing FORTRAN application to a Sun Solaris machine.  The application is built with a moderately large make file and the source files span multiple directories (basically grouped by functionality).  All foo.f,  foo.o  and foo.lst files are referenced by their absolute path names within the make file.  The Sun Studio 12.3 FORTRAN compiler successfully finds the /home/uid/ ... /foo.f files from all the source directories as input and writes foo.lst files to the same directory as was specified for the matching foo.f file.  However, foo.o object files are written to the current working directory from where the make was executed and not to the same directory as the corresponding foo.f file.
    Using a different make does not change the outcome.
    Changing compilers (with no other change to the make) restores the proper functionality for writing output files to the same directory as was specified by the corresponding *.f locations.
    Have I found a bug or am I just making a newbie's mistake ?

    Sorry, I missed that info. I can reproduce the problem when combining -Xlist with -c option only.
    Look like we have a bug with the new driver when combining the two output options and producing the two output files in the same compilation.
    In this case, the -Xlisto is still accepted and produces the output .lst file at the specified location but the -o option for the ,o file is completely ignored. Is that what you ran into ?
    Since the -Xlist option is not needed to build the application, you can work around the problem by removing the -Xlist option to build the app and use the -Xlist option only when you need to look at the .lst file.
    Sorry about the trouble.

  • Facing problem with incoming calls in iphone 5

    When a caller calls for second time within 10 seconds, the call is rejected saying that the user is not reachable.
    This is not the carrier problem for sure, as I tried using other phone and dint find the problem.
    Is this some known bug/feature???
    Any help is appreciated
    Thanks.

    I have not seen this type of behavior before. Let me get this correct, you say that if someone calls your iPhone 5 after just calling it within 10 seconds, they get a message stating "user is unreachable"?
    What troubleshooting have you done with the iPhone? Restart (power off/on) and reset (hold the sleep/wake and home buttons together until you see the Apple logo and then release) the phone restarts, are the first two steps.
    You say you tried this by calling another phone and it did not react like the iPhone?
    This is not something I would say is a bug/feature. It may be something with your particular device. Suggest trying the troubleshooting, otherwise, connection issues are generally resolved by the carrier. You might have them check to ensure your account is provisioned correctly.

  • Strange problem with procedure calling from Java!!!

    I am using Oracle 8.1.7 Database, Oracle 8i Application server and WInNT platform.
    I am facing a strange problem while inserting a String from Java to Oracle database through Procedure. When i am passing the String containing single quotes(e.g "test' and ' and ' end") and without including any escape charactes for the single quotes I am passing the String by the setString() method then the procedure is inserting the single quotes without any problem.
    Of course when I am independently executing the procedure thru backend and passing the same String containing single quotes then the error message comes as " quoted string not properly terminated" which is justified,
    I have even printed the String in a file through sql on the runtime of the procedure when it is called by Java and then also the String contatins single quotes that is passed through java without any escape characters. This means that procedure is inserting the String into the column without any hassles!!!!!
    Can anyone tell me what may be the reason for the peculiar behaviour of Database?
    Thanks

    Sri Ram wrote:
    No actually in the documentation of oracle database 10g plsql user guide, oracle explains the concept of declaring nested plsql subprograms he gave the example but in the main block he gave NULL, without calling any procedure.Can you provide a link to where in the Oracle documentation you saw this example?
    in order to know which procedure is getting first i added a dbms statement in both the functions and called the function from the main block.
    the original example was
    DECLARE
    PROCEDURE proc1(number1 NUMBER); -- forward declaration
    PROCEDURE proc2(number2 NUMBER) IS
    BEGIN
    proc1(number2); -- calls proc1
    END;
    PROCEDURE proc1(number1 NUMBER) IS
    BEGIN
    proc2 (number1); -- calls proc2
    END;
    BEGIN
    NULL;
    END;
    ---------------------------------------------------------------------------------------------------------The original example is equivalent to:
    BEGIN
       NULL;
    END;That is, the main block never calls anything. Either you are misinterpreting the Oracle documentation, or if the example came from a non-Oracle source as I suspect, the author of that example has a deeply flawed understanding of how programming works.
    John

  • Problem with incomming call

    hi every one
    i just upgrade my ios7 i have one problem when some one call me automatic disconnect. when the same user call me again my ring will buzzzz so any idea please i m tried for that,
    give me solution
    thnaks

    check your do not disturb settings (see if there is a moon icon displayed beside your battery icon) if so, go to settings>Do not disturb and turn it off.

  • I have viber installed on my iPhone. But whenever I receive a call from Viber, it would not ring. How do I fix this problem? How do I make it ring with incoming call?

    I have viber installed on my iPhone. But whenever I receive a call from Viber, it would not ring. How do I fix this problem? How do I make it ring with incoming call?

    Bring your phone into Apple for evaluation

  • IPhone 4S problem: Speaker only makes 'electronic noise' with incoming calls.. Has anyone else experienced this problem ?

    iPhone 4S problem: Speaker only makes 'electronic noise' with incoming calls.. Has anyone else experienced this problem ?

    I've not experienced this.  But I do appreciate your asking.
    Did you want help with your technical issue?  If so, why don't you ask.  Also state what troubleshooting steps you've taken.

  • IOS 5.1 Update Issue: Contacts exist, but do not appear with incoming call or text

    Alrighty; I just purchased the iPhone 4s and last night was prompted to upgrade to IOS 5.1.  After doing so, I noticed today any incoming calls from one of my contacts would not display the name (the number was displayed as if it was an unknown call).  However, text messages displayed contact information.  I was playing around with it and based on suggestions elsewhere I added a '1' before some numbers.  Upon doing this, an incoming call would display the name of the caller but incoming texts would not. A call to support directed me to call Verizon (my carrier) for 'some sort of three digit code' which would correct the issue; alas, Verizon had no clue.  I'm at a loss and any help or suggestions would be greatly appreciated!

    Is this forum only for the US? Maybe I'm intruding here by posting this?
    Not only the Verizon version unfortunately. We have the same problem here in some parts of the Middle East. I have heard reports from Kuwait and Bahrain, and I'm located in Oman and the problem exists here as well. And no solution except downgrading the phone back to iOS 4.3.5.

  • 2811(NM-8AM) does not answers incoming call from PC

    Dear friends,
    We are planning to setup an out of band management connectivity, in our test setup we have a Cisco 2811 ISR (with IOS 12.4(9)T5 ) with NM-8AM (Analog modem module) installed.
    Test Setup:
    1. One Analog line (PSTN) connected to PC via built-in modem
    2. Second Analog line (PSTN) connected to Cisco 2811 (NM-8AM) terminated on the analog modem module
    3. Both the analog lines are working fine.
    Test Scenario:
    1. The router should accept the incoming call from PC. And from the PC we should be able to telnet into the router via dial up connectivity (Out of band)
    Test procedure:
    1. The Cisco 2811 router is configured as follows:
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Dial-Up-CPE
    boot-start-marker
    boot-end-marker
    logging buffered 16384 debugging
    enable password cisco
    ip cef
    voice-card 0
    no dspfarm
    username cisco password 0 cisco
    interface Loopback0
    ip address 10.10.10.1 255.255.255.255
    interface FastEthernet0/0
    ip address 20.20.20.1 255.255.255.0
    duplex auto
    speed auto
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    interface Group-Async1
    ip unnumbered Loopback0
    encapsulation ppp
    dialer in-band
    dialer idle-timeout 600
    dialer-group 1
    async mode interactive
    peer default ip address pool DIALIN
    ppp authentication pap chap
    group-range 1/0 1/7
    ip local pool DIALIN 172.16.16.1 172.16.16.5
    ip http server
    no ip http secure-server
    dialer-list 1 protocol ip permit
    control-plane
    line con 0
    exec-timeout 0 0
    line aux 0
    exec-timeout 0 0
    password cisco
    modem InOut
    transport input all
    stopbits 1
    speed 38400
    flowcontrol hardware
    line 1/0 1/7
    modem InOut
    transport input all
    stopbits 1
    flowcontrol hardware
    line vty 0 4
    password cisco
    scheduler allocate 20000 1000
    2. With the above configuration, the router is not able to answer the incoming call from the PC.
    3. And from the PC we are able to dial to a PSTN number at the router side, PC gives a proper dial tone and once the number is dialed, the call is landed on the other side (router end) and it rings continuously. But, the router does not answer this incoming. The analog line at the router end is terminated on async interface 1/0.
    As I am new to dialup connectivity with NM-8AM, Could some please suggest the proper configuration in our router configuration OR Are missing any commands?
    Any links/references would be of great help.
    Thank you
    Pradeep

    Hi,
    I guess I'm having exactly the same setup. The integrated modem on the other end does pick up the call but soon disconnect after displaying "Waiting for carrier".
    Any clue?
    Thanks,
    Eyad

  • An incoming call from VoIP. The SPA122 generate Dial Tone after the far end hung up rather busy tone.

    Hi All!
    I have a problem with the SPA122 telephony adapter, uncorrectly process the subscriber signaling at the end of the call.
    1) Outbound call from FXS port SPA122 . When a remote caller hangs up first , the subscriber SPA122 Reorder Tone played with a delay specified in the Reorder Delay. This circuit is working properly.
    2 ) Incoming call from VoIP to the SPA122. When a remote caller hangs up first , subscriber on the FXS port of the SPA122 hears silence ~ 3-4 seconds , then SPA122 plays Dial Tone, as if he had just picked up the phone and he 's going to call . No signal lights out (Busy Tone or Reorder Tone) will not play .
    Config is attached.
    Model: SPA122, LAN, 2 FXS
    Hardware Version: 1.0.0 Boot Version: 1.0.1 (Oct 6 2011 - 20:04:00)
    Firmware Version: 1.3.2-XU (014) Jul 2 2013
    Recovery Firmware: 1.0.2 (001)
    WAN MAC Address: 6C:20:56:55:3A:B6
    Host Name: SPA122
    Domain Name: (none)
    Serial Number: CCQ16450LG3
    However, other VoIP terminals registered to Huawei, including older versions of the Linksys SPA2102 work in these scenarios correctly.
    Where to kick it?

    [2] is misconfiguration on your's side. You have CPC turned on, but no CPC capable device. Set CPC Duration to zero to turn off CPC.
    By the way, wrong forum for your question. You should consider to move it to space.

  • Incoming calls from telephones to my skype number drop after 3-5 seconds

    Incoming calls from telephones to my skype number drop after 3-5 seconds
    I spent a while trying to seriously diagnose this problem with Skype support a year ago, but didn't get anywhere; I came to the conclusion that there was something wrong with the network at my end. But it's irritating me again now, so I thought I'd check whether anyone else gets this problem. It's incoming calls only, to the skype number only. I can recieve incoming calls from Skype fine, I can make outgoing calls to Skype and to telephone numbers fine, the problem affects both Skype on my Android Mobile (when it's connected to my home WiFi) and Skype on my Windows Desktop - so, not a software configuration thing.
    When making a test call from my mobile to my Skype In number, it drops at the Skype end several seconds before the mobile notices the line is dead; definitely dropping out at the Skype level, and not the telephone network level. 

    Hi, ScottMaggie, and welcome to the Community,
    I have referred your report to those to whom I report; I am not affiliated with Skype Customer Service.
    What you so well describe here, a number transfer (highlighted by me in orange type) is not something Skype has the facility to do:
    None would agree to moderate between myself and the current number holder to do a transfer. If that person simply gives up the number it would be a 90 day wait with no way to guarantee I'd get the number back. They need to do a transfer as this is the only way to make it work. I have no way to contact them aside from calling the number and leaving voicemails.
    In the system's simplicity, there is no flexibility. 
    Just out of curiosity ... and curiosity alone, have you checked the e-mail address on your account to double-check it is the correct registered e-mail address?  I ask because I recently did a Skype Number renewal, and I received e-mail alerts every step of the way. 
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Maybe you are looking for

  • Urgant problem for the updating problem  HELP

    Dear sir/miss,On 2008.12.01 one of our partner company consultant,setup an update(SAPKH50016 AND SAPKH50017) page on our production system without and test in the test system. Now our transaction code CV03N,CV02N,CV01N can not be used,jump out abap p

  • Blank  entry date S_AHR_61016362 - Flexible Employee Data

    Good day all, i know that there are a lot of posts refering to 0041 but none of the suggestions have solved my problem so please help me. 1. we are currently on ECC6 2. the entry feild in S_AHR_61016362 returns 00.00.0000 when i select "today" but is

  • Abnormal Error When Rendering Motion Menus

    Hello everyone, I am having the 'Sorry, and abnormal message' thing going on when I try to render my motion menu's. I have had this problem before, but have since forgotten how to remed the problem. I do remember the override option (not to use). But

  • I am having trouble deleting apps from iOS 6.01

    I have downloaded a few apps only to decide they're rubbish and want to delete them. This problem occurs on both my iPad3 as well as my iPhone 4S. When I tap and hold the app to get it to jiggle, I then tap the 'x' to delete and iOS locks up. It won'

  • My iPad can not by songs, My iPad can not buy songs

    My iPad can not buy songs