I will start by saying that i am fairly new ti SIP. I have several IP Office 500 v2's hooked together via SIP through ASM (avaya session manager) We use 4 digit extensions. I basically use custom short codes to get to the ASM and follow it's Dial Patterns for routing. Ex: IP Office A has user 7779. it wants to dial user 1077 on IP Office B. I have a short code that says: code 1xxx, feature dial, telephone number 1N, Line group 10. 10 is my sip URI. thats great it sends the sip invite over to the ASM. This is what the traceSM sees. And it follows the ASM Dial Pattern.
|--INVITE-->| | | (2) T:1077 F:7779 U:1077
INVITE sip:1077@corp.uhsinc.biz SIP/2.0
Via: SIP/2.0/TCP 172.16.190.10:5060;rport;branch=z9hG4bK2fb4acbeb42908c15f3e9a80d6d7d83a
From: "testSIP" <sip:7779@corp.uhsinc.biz>;tag=2cfada1226340b8e
To: <sip:1077@corp.uhsinc.biz>
However i have been told that they want to dial 0 at IP Office A and reach an operator at IP Office B. But when i build a short code that says: code 0, feature dial, telephone number 0, Line group 10, the ASM sees a different invite.
|--INVITE-->| | | (5) tel:+corp.uhsinc.biz F:7779
INVITE tel:+corp.uhsinc.biz SIP/2.0
Via: SIP/2.0/TCP 172.16.190.10:5060;rport;branch=z9hG4bKaeab05e545c1dbbfaff423bc7eb858e0
From: "testSIP" <sip:7779@corp.uhsinc.biz>;tag=4f9f9847cc7dd97d
To: <tel:+corp.uhsinc.biz>
The phone just hangs up. No disconnect tones. It does not look like it is sending the 0 so it cant compare it to the ASM dial pattern.
Is there an issue with just sending 0 over sip?
|--INVITE-->| | | (2) T:1077 F:7779 U:1077
INVITE sip:1077@corp.uhsinc.biz SIP/2.0
Via: SIP/2.0/TCP 172.16.190.10:5060;rport;branch=z9hG4bK2fb4acbeb42908c15f3e9a80d6d7d83a
From: "testSIP" <sip:7779@corp.uhsinc.biz>;tag=2cfada1226340b8e
To: <sip:1077@corp.uhsinc.biz>
However i have been told that they want to dial 0 at IP Office A and reach an operator at IP Office B. But when i build a short code that says: code 0, feature dial, telephone number 0, Line group 10, the ASM sees a different invite.
|--INVITE-->| | | (5) tel:+corp.uhsinc.biz F:7779
INVITE tel:+corp.uhsinc.biz SIP/2.0
Via: SIP/2.0/TCP 172.16.190.10:5060;rport;branch=z9hG4bKaeab05e545c1dbbfaff423bc7eb858e0
From: "testSIP" <sip:7779@corp.uhsinc.biz>;tag=4f9f9847cc7dd97d
To: <tel:+corp.uhsinc.biz>
The phone just hangs up. No disconnect tones. It does not look like it is sending the 0 so it cant compare it to the ASM dial pattern.
Is there an issue with just sending 0 over sip?