SIP /SCCP call forwarding
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > Voice Over IP > Voice over IP Cisco > SIP /SCCP call forwarding




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    SIP /SCCP call forwarding  
Ahmad Cheikh-Moussa


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-07 06:11 PM

Hi Guys, =


I have a strange problem. Perhaps someone had a similar problem and =

could solve it. I've got an asterisk server, a H.323 gateway and =

a 7940 SCCP Phone. The callmanager version is 4.1.3(Sr1).

Asterisk mailbox : 111
7940             : 222
ISDN30-Number    : 444.

For example if someone from the pstn wants to call the =

7940, then the user calls 444-222.

The Problem is, when I make a callforward all on the 7940 to
the asterisk number 111, all calls from external doesn't work.
If I make the callforward all to 0444-111, then the callforward works.
Did anyone experienced such a problem. Here a list of calls, which works.

PSTN -> mailbox (444-111)      =3D works
PSTN -> 7940 (444-222)         =3D works
7940 -> mailbox (111)          =3D works
7940 -> mailbox (0444-111)     =3D works

PSTN -> 7940 (444-222) call forward all is set to 111 =3D doesn't work
PSTN -> 7940 (444-222) call forward all is set to 0444-111 =3D  work

Here a cut of my config:
voice call convert-discpi-to-prog
voice rtp send-recv
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
sip
!

dial-peer voice 800 voip
destination-pattern 111
session protocol sipv2
session target sip-server
dtmf-relay rtp-nte
codec g711ulaw

sip-ua
set sip-status 401 pstn-cause 127
set sip-status 407 pstn-cause 127
set sip-status 410 pstn-cause 22
set sip-status 415 pstn-cause 127
set sip-status 480 pstn-cause 19
set sip-status 503 pstn-cause 127
set sip-status 580 pstn-cause 127
retry invite 3
retry register 3
timers register 150
registrar ipv4:1.2.3.51 expires 3600
sip-server ipv4:1.2.3.51
!

During the debugging, I could see by the call, which doesn't work,
that the H.323 Gateway send a cancel message and the call is terminated.

1. solero01 -> astvoice: INVITE
2. astvoice -> solero01: SIP/2.0 100 Trying
3. astvoice -> solero01: SIP/2.0 200 OK
4. solero01 -> astvoice: CANCEL sip:111@1.2.3.51:5060 SIP/2.0
5. astvoice -> solero01: SIP/2.0 487 Request Terminated
6. astvoice -> solero01: SIP/2.0 200 OK [...] CSeq: 101 CANCEL
7. solero01 -> astvoice: ACK sip:111@1.2.3.51:5060 SIP/2.0

I made the same debugging on the H.323 Gateway, but I could not see a reason
for the cancel. =


Regards,
Ahmad


-- =

Ahmad Cheikh-Moussa =

NetUSE AG
Dr.-Hell-Stra=DFe, 24107 Kiel, Germany
Telefon: +49 431 2390 400 --  Telefax: +49 431 2390 499
Service: Service@NetUSE.DE --  http://NetUSE.DE/





[ Post a follow-up to this message ]



    Re: SIP /SCCP call forwarding  
Vince Loschiavo


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-28-07 06:11 PM

I think you'll need a media termination point for doing forwards, transfers=
, etc with h323. =


Regards,

Vince Loschiavo
Senior cisco Engineer
DATACORP
7862821164

Sent via blackberry from T-Mobile    =


-----Original Message-----
From: Ahmad Cheikh-Moussa <acm@netuse.de>
Date: Sun, 28 Jan 2007 15:26:38 =

To:cisco-voip@puck.nether.net
Subject: [cisco-voip] SIP /SCCP call forwarding

Hi Guys, =


I have a strange problem. Perhaps someone had a similar problem and =

could solve it. I've got an asterisk server, a H.323 gateway and =

a 7940 SCCP Phone. The callmanager version is 4.1.3(Sr1).

Asterisk mailbox : 111
7940             : 222
ISDN30-Number    : 444.

For example if someone from the pstn wants to call the =

7940, then the user calls 444-222.

The Problem is, when I make a callforward all on the 7940 to
the asterisk number 111, all calls from external doesn't work.
If I make the callforward all to 0444-111, then the callforward works.
Did anyone experienced such a problem. Here a list of calls, which works.

PSTN -> mailbox (444-111)      =3D works
PSTN -> 7940 (444-222)         =3D works
7940 -> mailbox (111)          =3D works
7940 -> mailbox (0444-111)     =3D works

PSTN -> 7940 (444-222) call forward all is set to 111 =3D doesn't work
PSTN -> 7940 (444-222) call forward all is set to 0444-111 =3D  work

Here a cut of my config:
voice call convert-discpi-to-prog
voice rtp send-recv
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
sip
!

dial-peer voice 800 voip
destination-pattern 111
session protocol sipv2
session target sip-server
dtmf-relay rtp-nte
codec g711ulaw

sip-ua
set sip-status 401 pstn-cause 127
set sip-status 407 pstn-cause 127
set sip-status 410 pstn-cause 22
set sip-status 415 pstn-cause 127
set sip-status 480 pstn-cause 19
set sip-status 503 pstn-cause 127
set sip-status 580 pstn-cause 127
retry invite 3
retry register 3
timers register 150
registrar ipv4:1.2.3.51 expires 3600
sip-server ipv4:1.2.3.51
!

During the debugging, I could see by the call, which doesn't work,
that the H.323 Gateway send a cancel message and the call is terminated.

1. solero01 -> astvoice: INVITE
2. astvoice -> solero01: SIP/2.0 100 Trying
3. astvoice -> solero01: SIP/2.0 200 OK
4. solero01 -> astvoice: CANCEL sip:111@1.2.3.51:5060 SIP/2.0
5. astvoice -> solero01: SIP/2.0 487 Request Terminated
6. astvoice -> solero01: SIP/2.0 200 OK [...] CSeq: 101 CANCEL
7. solero01 -> astvoice: ACK sip:111@1.2.3.51:5060 SIP/2.0

I made the same debugging on the H.323 Gateway, but I could not see a reason
for the cancel. =


Regards,
Ahmad


-- =

Ahmad Cheikh-Moussa =

NetUSE AG
Dr.-Hell-Stra=DFe, 24107 Kiel, Germany
Telefon: +49 431 2390 400 --  Telefax: +49 431 2390 499
Service: Service@NetUSE.DE --  http://NetUSE.DE/
 ________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip





[ Post a follow-up to this message ]



    Re: SIP /SCCP call forwarding  
Ahmad Cheikh Moussa


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-29-07 06:11 PM

Hi Vince,
Vince Loschiavo wrote:
> I think you'll need a media termination point for doing forwards, transfe=
rs, etc with h323. =

> =


why do I need a media termination point. When I make a call from the
7940 to the asterisk voicebox, it works without a problem.
Where is the difference between a direct call and a forwarded call ?

Regards,
Ahmad



-- =

Ahmad Cheikh-Moussa
NetUSE AG
Dr.-Hell-Stra=DFe, 24107 Kiel, Germany
Telefon: +49 431 2390 400 --  Telefax: +49 431 2390 499
Service: Service@NetUSE.DE --  http://NetUSE.DE/





[ Post a follow-up to this message ]



    Re: SIP /SCCP call forwarding  
Matt Slaga \(US\)


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-29-07 06:11 PM

SXQgaGFzIHRvIGRvIHdpdGggc3VwcGxlbWVudGFs
IGZlYXR1cmVzLiAgU29tZSBzdXBwbGVtZW50
 YXJ5IGZlYXR1cmVzIHJlcXVpcmUgYSAibWlkZGxl
LW1hbiIgb2Ygc29ydHMgdG8gcGxhY2UgdGhl
 IGNhbGwgb24gaG9sZCwgaGVuY2UgdGhlIG5lZWQg
Zm9yIHRoZSBNVFAuICBTYW1lIHdpdGggb2xk
 ZXIgSDMyMyB2MSBnYXRld2F5cy4gIAoKLS0tLS1P
cmlnaW5hbCBNZXNzYWdlLS0tLS0KRnJvbTog
 Y2lzY28tdm9pcC1ib3VuY2VzQHB1Y2submV0aGVy
Lm5ldCBbbWFpbHRvOmNpc2NvLXZvaXAtYm91
 bmNlc0BwdWNrLm5ldGhlci5uZXRdIE9uIEJlaGFs
ZiBPZiBBaG1hZCBDaGVpa2ggTW91c3NhClNl
 bnQ6IE1vbmRheSwgSmFudWFyeSAyOSwgMjAwNyA5
OjQ5IEFNClRvOiB2bG9zY2hpYXZvQGRhdGEt
 Y29ycG9yYXRpb24uY29tCkNjOiBjaXNjby12b2lw
QHB1Y2submV0aGVyLm5ldApTdWJqZWN0OiBS
 ZTogW2Npc2NvLXZvaXBdIFNJUCAvU0NDUCBjYWxs
IGZvcndhcmRpbmcKCkhpIFZpbmNlLApWaW5j
 ZSBMb3NjaGlhdm8gd3JvdGU6Cj4gSSB0aGluayB5
b3UnbGwgbmVlZCBhIG1lZGlhIHRlcm1pbmF0
 aW9uIHBvaW50IGZvciBkb2luZyBmb3J3YXJkcywg
dHJhbnNmZXJzLCBldGMgd2l0aCBoMzIzLiAK
 PiAKCndoeSBkbyBJIG5lZWQgYSBtZWRpYSB0ZXJt
aW5hdGlvbiBwb2ludC4gV2hlbiBJIG1ha2Ug
 YSBjYWxsIGZyb20gdGhlIDc5NDAgdG8gdGhlIGFz
dGVyaXNrIHZvaWNlYm94LCBpdCB3b3JrcyB3
 aXRob3V0IGEgcHJvYmxlbS4KV2hlcmUgaXMgdGhl
IGRpZmZlcmVuY2UgYmV0d2VlbiBhIGRpcmVj
 dCBjYWxsIGFuZCBhIGZvcndhcmRlZCBjYWxsID8K
ClJlZ2FyZHMsCiBBaG1hZAoKCgotLQpBaG1h
 ZCBDaGVpa2gtTW91c3NhCk5ldFVTRSBBRwpEci4t
SGVsbC1TdHJhw59lLCAyNDEwNyBLaWVsLCBH
 ZXJtYW55ClRlbGVmb246ICs0OSA0MzEgMjM5MCA0
MDAgLS0gIFRlbGVmYXg6ICs0OSA0MzEgMjM5
 MCA0OTkKU2VydmljZTogU2VydmljZUBOZXRVU0Uu
REUgLS0gIGh0dHA6Ly9OZXRVU0UuREUvCgoK
 X19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX18KY2lzY28tdm9p
 cCBtYWlsaW5nIGxpc3QKY2lzY28tdm9pcEBwdWNr
Lm5ldGhlci5uZXQKaHR0cHM6Ly9wdWNrLm5l
 dGhlci5uZXQvbWFpbG1hbi9saXN0aW5mby9jaXNj
by12b2lwDQoNCi0tLS0tLS0tLS0tLS0tLS0t
 LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tDQpEaXNj
bGFpbWVyOg0KDQpUaGlzIGUtbWFpbCBjb21t
 dW5pY2F0aW9uIGFuZCBhbnkgYXR0YWNobWVudHMg
bWF5IGNvbnRhaW4KY29uZmlkZW50aWFsIGFu
 ZCBwcml2aWxlZ2VkIGluZm9ybWF0aW9uIGFuZCBp
cyBmb3IgdXNlIGJ5IHRoZQpkZXNpZ25hdGVk
 IGFkZHJlc3NlZShzKSBuYW1lZCBhYm92ZSBvbmx5
LiAgSWYgeW91IGFyZSBub3QgdGhlCmludGVu
 ZGVkIGFkZHJlc3NlZSwgeW91IGFyZSBoZXJlYnkg
bm90aWZpZWQgdGhhdCB5b3UgaGF2ZSByZWNl
 aXZlZAp0aGlzIGNvbW11bmljYXRpb24gaW4gZXJy
b3IgYW5kIHRoYXQgYW55IHVzZSBvciByZXBy
 b2R1Y3Rpb24gb2YKdGhpcyBlbWFpbCBvciBpdHMg
Y29udGVudHMgaXMgc3RyaWN0bHkgcHJvaGli
 aXRlZCBhbmQgbWF5IGJlCnVubGF3ZnVsLiAgSWYg
eW91IGhhdmUgcmVjZWl2ZWQgdGhpcyBjb21t
 dW5pY2F0aW9uIGluIGVycm9yLCBwbGVhc2UKbm90
aWZ5IHVzIGltbWVkaWF0ZWx5IGJ5IHJlcGx5
 aW5nIHRvIHRoaXMgbWVzc2FnZSBhbmQgZGVsZXRp
bmcgaXQKZnJvbSB5b3VyIGNvbXB1dGVyLiBU
 aGFuayB5b3UuDQoKCl9fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19f
 X19fCmNpc2NvLXZvaXAgbWFpbGluZyBsaXN0CmNp
c2NvLXZvaXBAcHVjay5uZXRoZXIubmV0Cmh0
 dHBzOi8vcHVjay5uZXRoZXIubmV0L21haWxtYW4v
bGlzdGluZm8vY2lzY28tdm9pcAo=






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:25 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register