Re: [asterisk-users] Authentication Issue Between Servers

2009-07-02 Thread Joshua Billings
= context = default host = 172.21.235.1 secret = password canreinvite = no disallow = all allow = gsm Joshua Billings wrote: I've got an issue where I am trying to route calls between Asterisk Servers. I can route calls inbound to a server but seem to have an authentication issue going out

Re: [asterisk-users] Welcome Message

2009-07-01 Thread Joshua Billings
1 is the filename. The Playback application does not require you to specify the extension. The idea is that by playing 1 second of silence the message for MeetMe remains intact. Let me know how it goes. - Josh David @ULC wrote: / / //var/lib/asterisk/sounds/silence/1/ / / /1 is the folder

Re: [asterisk-users] Welcome Message

2009-07-01 Thread Joshua Billings
What was the result of my earlier suggestion? See below. Joshua Billings wrote: You will need to insert the line before each place where you send calls to Meetme and change the existing priority 1 to n. For example: exten => 8600099,1,Playback(/var/lib/asterisk/sounds/silence/1) ex

Re: [asterisk-users] Welcome Message

2009-07-01 Thread Joshua Billings
You will need to insert the line before each place where you send calls to Meetme and change the existing priority 1 to n. For example: exten => 8600099,1,Playback(/var/lib/asterisk/sounds/silence/1) exten => 8600099,n,Meetme(8600099) exten => 8600100,1,Playback(/var/lib/asterisk/sounds/silenc

Re: [asterisk-users] Welcome Message

2009-06-30 Thread Joshua Billings
I have gotten around the issue by adding the following to the dialplan before sending to MeetMe: exten => XXX,1,Playback(/var/lib/asterisk/sounds/silence/1) It seems to be a bug in Asterisk as far as I can tell. Hope that helps! - Josh David @ULC wrote: When I login to the asterisk, I jus

[asterisk-users] Authentication Issue Between Servers

2009-06-30 Thread Joshua Billings
I've got an issue where I am trying to route calls between Asterisk Servers. I can route calls inbound to a server but seem to have an authentication issue going out over the same sip account. It appears that my server isn't sending the second invite after proxy authentication request. I can