[asterisk-users] MeetMe not working with GSM codec?

Chris Maciejewski chris at wima.co.uk
Thu May 21 03:56:31 CDT 2009


Hi,

I am not sure if I am doing something wrong, but I can't get MeetMe to
work with GSM codec (Asterisk 1.6.1 SVN r190371).

My config files below:

---- sip.conf: ----
[general]
context=common
canreinvite=no
bindport=5060
bindaddr=78.105.1.127
disallow=all
allow=alaw
allow=gsm
rtptimeout=600
rtpholdtimeout=3600
rtpkeepalive=30
nat=no
jbenable=yes
tcpenable=no
realm=dev-sip.wima.co.uk

[10000]
type=friend
secret=test
host=dynamic
nat=yes
--------------------------

----- extensions.conf: -----
[common]
exten => 501,1,MeetMe(12,MI)
exten => 501,n,Hangup()

exten => i,1,Hangup()
exten => h,1,Hangup()
exten => t,1,Hangup()
------------------------------------

Everything works OK when ALAW is used - see
http://pastebin.com/f7222a6d3 but with GSM Asterisk hangs up just
after starting MeetMe application - see http://pastebin.com/f78d04c95
line 327.

Is there a problem with MeetMe app or I need to adjust my configuration?

Regards,
Chris



More information about the asterisk-users mailing list