Displaying 3 results from an estimated 3 matches for "my_unam".
Did you mean:
my_nam
2004 Dec 12
3
Problems getting Asterisk Realtime to work
...s to ensure that
/usr/lib/asterisk/modules/res_config_mysql.so exists.
I have configured the following (after building a new
DB with the appropriate SQL examples, with mods to
drop the invalid keys, on the Wiki):
- /etc/asterisk/res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = my_db
dbuser = my_uname
dbpass = my_secret
dbport = 3306
dbsock = /tmp/mysql.sock
- /etc/asterisk/extconfig.conf
; Extconfig.conf for realtime configuration
voicemail => mysql,my_db,voicemail_users
(Just want to try something simple such as voicemail
for the initial testing.)
I have removed the [default] section...
2004 Dec 13
1
incoming call from pstn to fxo not working with Asterisk
...XTEN:1}
exten => _7x.,4,Congestion
[from-sip]
exten => 2001,1,Dial(SIP/2001,20)
exten => 2001,2,Voicemail(u2001)
exten => 2001,102,Voicemail(b2001)
exten => 2001,103,Hangup
exten => _7X.,1,Dial,Zap/1/${EXTEN:1}
[pstn_fwd_forwarding]
;exten =>
s,1,Dial(IAX2/my_uname:my_secret@iax2.fwdnet.net/my_fwd_number|60|tT)
exten => s,1,,BackGround(welcome)
exten => s,2,Hangup
[sip]
include=IAXFWD
include=IAXFWD-IN
is there any suggestion for configuration.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http:/...
2004 Dec 13
0
Issues getting Asterisk Realtime configured and operational
...s to ensure that
/usr/lib/asterisk/modules/res_config_mysql.so exists.
I have configured the following (after building a new
DB with the appropriate SQL examples, with mods to
drop the invalid keys, on the Wiki):
- /etc/asterisk/res_mysql.conf
[general]
dbhost = 127.0.0.1
dbname = my_db
dbuser = my_uname
dbpass = my_secret
dbport = 3306
dbsock = /tmp/mysql.sock
- /etc/asterisk/extconfig.conf
; Extconfig.conf for realtime configuration
voicemail => mysql,my_db,voicemail_users
(Just want to try something simple such as voicemail
for the initial testing.)
I have removed the [default] section...