Displaying 1 result from an estimated 1 matches for "z9hg4bke65c".
Did you mean:
z9hg4bk56ac
2004 Jan 18
2
Asterisk as SIP Redirect Server -- Implemented - Not Working - Plz Help
I have coded chan_sip.c so that you can have
// sip.conf
register => username:password@somedomain.com/redirectconfig
[redirectconfig]
redirect=yes
redirecturi=sip:12345@domain1.com
redirecturi=sip:34556@domain2.com
redirecturi=sip:87877@domain3.com ....
so when you receive a call it will redirect to the alternating uri's with a
SIP 300 Message.
It works with the following sequence,