Displaying 2 results from an estimated 2 matches for "sip_chan".
2007 Nov 12
1
sip_chan - how to use value of the SIP 'To:' header field for extension logic
Hi,
I have the following situation.
I have one account created in my VoIP provider.
Asterisk registers this account with the usage of
'register = ' command in the sip.conf file.
I have a number of aliases assigned to my user which
correspond to different public/PSTN numbers through which I am
accessible. When there is an incoming call from my sip provider
'some_extension' which
2004 Apr 20
1
Re: SIP re-invite
Trouble getting chan_sip2 to compile
below is what I have done
-download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software
cp /root/software/chan_sip2s.c /usr/src/asterisk/channels
cd /usr/src/asterisk/
patch -p0 acl.c /root/software/acl.c.patch
cd /usr/src/asterisk/include/asterisk
patch -p0 acl.h /root/software/acl.h.patch
- added the follow to /usr/src/asterisk/channels/Makefile