Hi, I'm new in Adhearsion. I'm have a try the following code in
dialplan.rb
from_pstn {
case extension
when 34300
play "hello-world"
when 34303
dial("SIP/
10...@192.168.10.10")
else
end
}
When I try to dial 34303, it shows some failure in asterisk:
-- Accepting call to '34303' on CIC 22
-- Executing [34303@from-pstn:1] AGI("DAHDI/22-1", "agi://
localhost") in new stack
-- AGI Script Executing Application: (Dial) Options: (SIP/
10...@192.168.10.10||)
[Dec 8 18:15:47] WARNING[21000]: pbx.c:1348 pbx_exec: The application
delimiter is now the comma, not the pipe. Did you forget to convert
your dialplan? (Dial(SIP/
10...@192.168.10.10||))
== Using SIP RTP CoS mark 5
[Dec 8 18:15:48] WARNING[21000]: chan_sip.c:5375 create_addr: No such
host: 192.168.10.10||
I'm using Adhearsion 1.0, Asterisk 1.6.2.14.
Can give some suggestion? Thanks!
Regards,
JL