Hi Guys,
I am feeling helpless to configure Eurotech GSM gateway with asterisk to inbound call, can anybody help me because the vendor even does not know about inbound configureation i tried through manual but no luck. I am new in asterisk so defenatily I am missing something.
I have created sip trunk in sip.confg
[9999]
username=9999
secret=9999
allow=all
accountcode=9999
context=inbound
type=friend
host=dynamic
fromdomain=192.168.1.19
then I registered my gsm gateway and got register but there is a parameter inbound section callhandling in gsm gateway where I put 9999 in destination number but it is not working
below is the url of this gsm gateway manul
http://www.eurotech-communication.com/images/Sectionsm/pages/files/0_1398925868.pdf
Please do not start new threads for the same topic.
Hi David,
Need your help please I did configure GSM gateway with asterisk and wrote below code in sip.conf to create sip trunk is it correct way or wrong?
[9999]
username=9999
secret=9999
host=dynamic
fromdomain=192.168.1.19
type=friend
disallow=all
allow=all
context=phones
qualify=yes
nat=yes
canreinvite=yes
dtmfmode=auto
now when I call on inbound sim below output is coming on cli i dont know how far am I to reach the level where my incoming would be started.
Jul 10 01:35:47] WARNING[17069][C-00000000]: res_config_mysql.c:382 realtime_mysql: MySQL RealTime: Failed to query database: Unknown column ‘callbackextension’ in ‘where clause’
[Jul 10 01:36:19] WARNING[17069]: chan_sip.c:4086 retrans_pkt: Timeout on 1qaz2wsx3edc1602140496@192.168.1.19 on non-critical invite transaction.
You have deprecated and inappropriate options. Please look at what these options actually do.
However your error relates to the use of Asterisk Realtime Architecture, which is an alternative to sip.conf.
Ok but I am sure hit is coming on asterisk now because this error comes only when I make inbound call?
what is the proper way to take incoming call on asterisk from gsm gateway?
The same was as from a SIP phone.