search for: sipdev

Displaying 3 results from an estimated 3 matches for "sipdev".

2006 Dec 15
2
Trying to forward calls by using the Callee's context as the forward dial context
...ward Calls###################### ; We only want people to be able to forward to numbers they could normally call ; We'll have to somehow get their dialing contexts from the channel conf files. exten => s,n(Forward),NoOp() exten => s,n,GotoIf($["${Protocol}" = "SIP"]?SIPDev) exten => s,n,GotoIf($["${Protocol}" = "IAX2"]?IAXDev) exten => s,n,Goto(ZapDev) ;ok, they are an IAX device so use IAXPEER exten => s,n(IAXDev),Set(CalledUsersContext=${IAXPEER(${Phone}:context)}) exten => s,n,Goto(dial_time) ;ok, they are an SIP device so use SI...
2013 Dec 11
0
invalid From/Contact header values
...003 (ulaw) to SDP Adding codec 100002 (gsm) to SDP Adding non-codec 0x1 (telephone-event) to SDP Reliably Transmitting (no NAT) to 10.10.7.218:5060: INVITE sip:2000 at 10.10.7.218:5060 SIP/2.0 Via: SIP/2.0/UDP my-ip:5060;branch=z9hG4bK73e9c721 Max-Forwards: 70 From: "2222" <sip:2000 at sipdev.mydomain.com>;tag=as2a72da29 To: <sip:2000 at 10.10.7.218:5060> Contact: <sip:2000 at my-ip:5060> Call-ID: 1f75fe937c6194227e6b5a5c29f41a52 at sipdev.mydomain.com CSeq: 102 INVITE User-Agent: Asterisk PBX 11.5.1 Date: Wed, 11 Dec 2013 16:23:07 GMT Allow: INVITE, ACK, CANCEL, OPTIONS,...
2008 Feb 01
0
Bypassing a Auth on Invite or Forbiden?
...[pbx01topbx02] type=friend host=10.10.10.3 qualify=600 context=dialOutPatternsAll disallow=all allow=ulaw canreinvite=no insecure=invite accountcode=pbx01 ;TESTS; ;auth=pbx01topbx02 at asterisk ;username=pbx01topbx02 ;fromuser=pbx01topbx02 ;secret=j48dj7rjd9023jd sendrpid=yes trustrpid=yes Layout SIPDEV -REGISTERD-> PBX01 -> PBX02 -> PROVIDER With the above settings above I should be allowed to send calls as I like through the 2 boxes, but I can't I get the following messages: PBX01 -- Executing [dialIt at macro-dialOut:7] Dial("IAX2/4161231234-2", "SIP/pbx01...