[asterisk-users] sip to sip unplanned conference! help!!

RoLaNd RoLaNd r_o_l_a_n_d at hotmail.com
Wed Sep 3 12:57:35 CDT 2008


first of all my topology is as such:Softphones<<-->> asterisk <<--> sipurasoftphone with peer number 100, calls another softphone with peer number as 200. (both has asterisk as gateway)relevant extensions.conf:

exten => _1XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times
exten => _1XX,2,VoiceMail(${EXTEN}@default) ; direct 2 voicemail box if line is busy or unavailable
exten => _1XX,3,HangUp()
exten => _2XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times
exten => _2XX,2,VoiceMail(${EXTEN}@default) ; directs to voicemail box if line is busy or unavailable
exten => _2XX,3,HangUp()


relevant sip.conf:
[200]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=102 at default

[200]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=102 at default


in the meantime, an incoming call comes through Sipura which is directed to:

[incoming-samer]
exten => 201,1,Answer() ; Answer inbound calls
exten => 201,2,Playback(silence/1)
exten => 201,3,Background(joyce) ; input an extension
exten => 201,4,WaitExten(8)
exten => 201,5,Dial(SIP/220,15)
exten => 201,4,Wait(8)
include => spa
exten => 201,n,Hangup()
suddenly, the first conversation between 100 and 200, hears the attendant audio message "joyce" welcoming the caller(the one calling sipura in a completely different call) and listens to the entire conversation that the incoming caller is having..

_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080903/026ecf28/attachment.htm 


More information about the asterisk-users mailing list