Hi all,
i'm facing this weird prob...my topology is as such:
<softphone< --- <asterisk> ---- <sipura 3102>
----<sipura 3102>
-----<sipura 3102>
-----<sipura 3102>
when am on a call, sometimes when some1 else tries to call out.. i hear the
actual tones which ends up preventing the other end from talking to me..
moroever, when some1 calls me through one sipura, while im talking on another...
i can hear the attendant welcoming message, then i hear the voice of whoever
have picked tht line up..! and if i ask that person to hang up... my line breaks
as well..!
can any1 help me with this issue!
below is my config:
extensions.conf
[incoming-conference]
exten => 333,1,Answer() ; Answer inbound calls
exten => 333,2,Playback(silence/1)
exten => 333,3,Background(joyce) ; input an extension
exten => 333,4,WaitExten(8)
exten => 333,5,Dial(SIP/310,15)
exten => 333,4,Wait(8)
include => spa
exten => 333,n,Hangup()
[incoming-samer]
exten => 334,1,Answer() ; Answer inbound calls
exten => 334,2,Playback(silence/1)
exten => 334,3,Background(joyce) ; input an extension
exten => 334,4,WaitExten(8)
exten => 334,5,Dial(SIP/330,15)
exten => 334,4,Wait(8)
include => spa
exten => 334,n,Hangup()
[incoming-gilberte]
exten => 335,1,Answer() ; Answer inbound calls
exten => 335,2,Playback(silence/1)
exten => 335,3,Background(joyce) ; input an extension
exten => 335,4,WaitExten(8)
exten => 335,5,Dial(SIP/350,15)
exten => 335,4,Wait(8)
include => spa
exten => 335,n,Hangup()
[incoming-line4]
exten => 336,1,Answer() ; Answer inbound calls
exten => 336,2,Playback(silence/1)
exten => 336,3,Background(joyce) ; input an extension
exten => 336,4,WaitExten(8)
exten => 336,5,Dial(SIP/340,15)
exten => 336,4,Wait(8)
include => spa
exten => 336,n,Hangup()
[sipura-line]
exten => 301,1,Answer() ; Answer inbound calls
exten => 301,2,Playback(silence/1)
exten => 301,3,Background(simzy1) ; input an extension
exten => 301,4,WaitExten(8)
exten => 301,5,Dial(SIP/100,15) ; goes to operator
exten => 301,4,Wait(8)
include => spa
[spa]
exten =>_301,1,GoTo(sipura-line,${EXTEN},1)
exten =>_333,1,GoTo(incoming-conference,${EXTEN},1)
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()
exten => _3XX,1,Dial(SIP/${EXTEN},20) ; each ring equals to 5 seconds so it
will ring 3 times
exten => _3XX,2,VoiceMail(${EXTEN}@default) ; directs 2 voicemail box if
line is busy or unavailable
exten => _3XX,3,HangUp()
exten =>_01,1,Dial(SIP/$(EXTEN)@300) ; old ogero line
;exten =>_01,2,Set(TIMEOUT(absolute)=5)
exten =>_02,1,Dial(SIP/$(EXTEN)@304) ; new ogero line
exten =>_03,1,Dial(SIP/$(EXTEN)@305) ; samer
exten =>_04,1,Dial(SIP/$(EXTEN)@306) ; gilberte
exten =>_05,1,Dial(SIP/$(EXTEN)@307) ; conference
exten =>_06,1,Dial(SIP/$(EXTEN)@308) ; line 4
exten => 303,1,VoicemailMain ; voicemail box to be redirected to
sip.conf:
[300]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=300 at default
canreinvite=yes
[301]
type=friend
host=dynamic
secret=1234
context=sipura-line
mailbox=301 at default
[304]
type=friend
host=dynamic
secret=1234
context=sipura-line2
mailbox=304 at default
[305]
type=friend
host=dynamic
secret=1234
context=incoming-samer
mailbox=305 at default
[306]
type=friend
host=dynamic
secret=1234
context=incoming-gilberte
mailbox=306 at default
[333]
type=friend
host=dynamic
secret=1234
context=incoming-conference
mailbox=333 at default
[334]
type=friend
host=dynamic
secret=1234
context=incoming-samer
mailbox=334 at default
[335]
type=friend
host=dynamic
secret=1234
context=incoming-gilberte
mailbox=335 at default
[336]
type=friend
host=dynamic
secret=1234
context=incoming-line4
mailbox=336 at default
[307]
type=friend
host=dynamic
secret=1234
context=incoming-conference
mailbox=307 at default
[308]
type=friend
host=dynamic
secret=1234
context=incoming-line4
mailbox=308 at default
[310]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=310 at default
[320]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=320 at default
[330]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=330 at default
[340]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=340 at default
[350]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=350 at default
[107]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=107 at default
[150]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=150 at default
[100]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=100 at default
[172]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=172 at default
[101]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=101 at default
[102]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=102 at default
[103]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=103 at default
[104]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=104 at default
[105]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=105 at default
[106]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=106 at default
[108]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=108 at default
[109]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=109 at default
[110]
type=friend
host=dynamic
secret=1234
context=spa
mailbox=110 at default
_________________________________________________________________
Connect to the next generation of MSN Messenger?
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20080828/9edd222e/attachment.htm