Archives : October-2016

Home » 2016 » October (paged 2)

My sip provider gave me 2 numbers for the incoming call via pstn.nro1 = 12341234nro2 = 45674567I have a dialplan for each. if i put this on my dialplan:exten => s,1,Dial(SIP/1001)exten => Hangup()Works!But if i put one of them:exten => 12341234,1,Dial(SIP/1001)ex..

Read more

The first time I run a loop, the AGI returns a list of files.I append a path from a variable, and play out the files using SHIFT to loop them.The FIRST time I enter the system, this is what the complete list to be looped looks like:/audio/phone_service_live/menu1-eye_conditions/title,/audio/phone_service_live/menu2-benefits_concessions/title,audio/phone_service_live/menu3-living_with_sight_loss/title,/audio/phone_service_live/menu4…(etc)W..

Read more